Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package epydoc :: Package markup :: Module restructuredtext :: Class _DocumentPseudoWriter |
|
SettingsSpec
--+ |TransformSpec
--+ |Component
--+ |Writer
--+ | _DocumentPseudoWriter
_DocumentPseudoWriter
is
just an empty string; but after it has been used, the most recently
processed document is available as the instance variable
document
Method Summary | |
---|---|
Initialize the Writer instance. | |
Override to do final document tree translation. | |
Inherited from Writer | |
| |
Inherited from Component | |
Is format supported by this component? |
Instance Variable Summary | |
---|---|
docutils.nodes.document |
document : The most recently processed document. |
Class Variable Summary | |
---|---|
Inherited from Writer | |
str |
component_type = 'writer'
|
NoneType |
destination = None |
NoneType |
language = None |
Inherited from Component | |
tuple |
supported = ()
|
Inherited from SettingsSpec | |
tuple |
relative_path_settings = ()
|
NoneType |
settings_default_overrides = None |
NoneType |
settings_defaults = None |
tuple |
settings_spec = ()
|
Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
Method Details |
---|
__init__(self)
Initialize the Writer instance. |
translate(self)Override to do final document tree translation. This is usually done with a
|
Instance Variable Details |
---|
documentThe most recently processed document.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:40 2003 | http://epydoc.sf.net |